

html,body, div, p, ol, ul, li, table, tbody, tr, td, textarea, form, input, h1, h2, h3, h4, h5, dl, dt, dd, img, iframe, header, nav, section, article, footer, figure, figcaption, menu, a, p,button {padding: 0;margin: 0;}
body,button {font: 14px Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", STXihei, STHeiti, Heiti, SimSun, sans-serif; margin: 0 auto;}
a, span{ text-decoration: none;color: #6f7479}
a:link, a:visited{ text-decoration:none; }
a,button{-webkit-tap-highlight-color:rgba(0,0,0,0);}
button{border:none; background: transparent;outline: none;}
header, section{ width: 100%;}
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
    height:100%;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
    height:100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    border-style: solid;
    margin-top: -38px;
}
.fp-controlArrow:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: scroll;

}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    right: 10%;
    opacity: 1;
    text-align: right;
}
.fp-slidesNav.bottom {
    bottom: 60px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip{
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}

/* Custom CSS
		 * --------------------------------------- */
body{
    /*font-family: arial,helvetica;*/
    color: #F2F2F2;
    min-width: 1200px;
}
h1{
    font-size: 3em;
}
p{
    font-size: 2em;
}

.site,
.mobile{
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
}
.show-site .site{
    display: block;
}
.show-mobile .mobile{
    display: block;
}
/************** header *****************/
.header{
    position: absolute;
    height: 70px;
    border-bottom: 1px solid #3a3d40;
    text-align: center;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    background-size: 8px auto;
    background: rgba(23, 27, 30, 0.5);
    /*background: rgba(0, 0, 0, 0.8);*/
}
.blur-bg{
    border: 0px solid red;
    width: 100%;
    height: 105%;
    background: url("../img/maoboli.png") repeat;
    display: inline-block;
    position: absolute;
    left: 0
}
.header .nav-warp{
    width: 1000px;
    height: 100%;
    display: inline-block;
    /*background: url("../img/header-bg.png") left center no-repeat;*/

    margin: 0;
    border: 0px solid red;
}
.header .nav,
.header .nav-logo-warp{
    float: left;
}

.header .nav{
    width: 38%;
    height: 70px;
    text-align: center;
    border: 0px solid red;
}
.header .nav ul{
    height: 100%;
    width: 100%;
    border: 0px solid black;
    display: inline-block;
    text-align: left;
    border: 0px solid #62c0f5;
}
.header .nav ul li{
    width: 80px;
    height: 100%;
    line-height: 70px;
    list-style: none;
    display: inline-block;
    border: 0px solid red;
    position: relative;
    float: left;
}
/* 导航菜单鼠标移入移出 */
.header a{
    z-index: 1;
    /*color: #7d8083;*/
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border: 0px solid yellow;
    vertical-align: middle;
    cursor: pointer;
}
.header .nav a{
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: inline-block;
}
.header .nav ul li{
    overflow: hidden;
}
.mnav-bg{
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    /* 点透 */
    pointer-events: none;
    display: inline-block;
    background: rgba(255, 255, 255, .15);
}
.over .mnav-bg{
    border: 0px solid red;
    animation: navMouseOver .3s .3s ease-in;
    -webkit-animation: navMouseOver .3s .3s ease-in;
    -moz-animation: navMouseOver .3s .3s ease-in;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.out .mnav-bg{
    border: 0px solid yellow;
    animation: navMouseOut .3s ease-out;
    -webkit-animation: navMouseOut .3s ease-out;
    -moz-animation: navMouseOut .3s ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

/* nav right login state */
.nav-login-warp{
    float: right;
    height: 100%;
    line-height: 70px;
    color: #fff;
}
.no-login a{
    padding: 0 10px;
}
.nav-logo-warp{
    border: 0px solid red;
    width: 230px;
    height: 100%;
    background: url("../img/qqconnection-logo.png") left center no-repeat;
}
/* login end */
.logined span{
    margin: 0 3px;
}
.logined .nick-warp{
    display: inline-block;
    margin-right: 10px;
}

/* triangle */
.triangle-down{
    width: 12px;
    height: 12px;
    background: url("./img/triangle.png") center no-repeat;
    border: 0px solid red;
}
/* 头像 */
.nick-warp .icon{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #ccc;
    vertical-align: middle;
}
/* 昵称 */
.nick-warp .nick{
    position: relative;
    cursor: pointer;
}
.nick-warp .nick .menu{
    float: left;
    left: 100%;
    margin-left: -30px;
}
.logined .nick-warp ul{
    display: none;
    position: absolute;
    top: 70%;
    left: 0;
    width: 80px;
    background: #eee;
    margin: 0;
    padding: 0;
}
.logined .nick-warp:hover ul{
    display: block;
}
.logined .nick-warp ul li{
    background: #eee;
    height: 40px;
    margin: 0;
    padding: 0;
    line-height: 40px;
    color: #333;
    cursor:pointer
}

/* 竖线 */
.vertical-line{
    margin: 0 10px;
    border-left: 1px solid #7d8083;
}

/* app tab */
.ui-app-tab {
    height: 70px;
    width: 100%;
    min-width: 1280px;
    z-index: 10;
    position: absolute;
    top: 635px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 1px 3px #eee;
}
.ui-app-tab a{
    width: 120px;
    height: 70px;
    margin: 0 40px;
    font-size: 2em;
    line-height: 70px;
    display: inline-block;
    border: 0px solid red;
}
.ui-app-tab .btn-app-warp{
    width: 1000px;
    display: inline-block;
}
.ui-app-tab .bottom-line{
    width: 130px;
    position: absolute;
    left: 50%;
    bottom: 0;
    border-top: 3px solid #3aadf2;
    -webkit-transform: translateX(-168px);
    -moz-transform: translateX(-168px);
    -ms-transform: translateX(-168px);
    transform: translateX(-168px);
}
.selected{
    -webkit-animation: navMouseOver 0.3s ease-in;
    -moz-animation: navMouseOver 0.3s ease-in;
    animation: navMouseOver 0.3s ease-in;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.cancel{
    -webkit-animation: btnAppCancel 0.3s ease-out;
    -moz-animation: btnAppCancel 0.3s ease-out;
    animation: btnAppCancel 0.3s ease-out;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

/* 居底 */
.bottom{
    bottom: 0;
    left: 0;
}
/* 居顶 */
.top{
    top: 0;
    left: 0;
}

@-webkit-keyframes navMouseOut {
    0%{
        /*right: 0;*/
        /*transform-origin: right 50%;*/
        left: 100%;
    }
    100%{
        /*right: 0;*/
        /*transform-origin: right 50%;*/
        /*-webkit-transform: rotateY(90deg)*/
        left: 100%;
    }
}
@-webkit-keyframes navMouseOver {
    0%{
        /*left: 0;*/
        /*width: 0;*/
        right: 0;
    }
    100%{
        /*left: 0;*/
        /*width: 100%;*/
        right: 0;
    }
}
@keyframes navMouseOver {
    0%{
        /*left: 0;*/
        /*width: 0;*/
        right: 0;
    }
    100%{
        /*left: 0;*/
        /*width: 100%;*/
        right: 0;
    }
}
@-webkit-keyframes moveUpAnimation {
    0%{opacity: 0; transform: translateY(40%);}
    100%{opacity: 1; transform: translateY(0);}
}
@-moz-keyframes moveUpAnimation {
    0%{opacity: 0; -moz-transform: translateY(40%);}
    100%{opacity: 1; -moz-transform: translateY(0);}
}
@-ms-keyframes moveUpAnimation {
    0%{opacity: 0; -ms-transform: translateY(40%);}
    100%{opacity: 1; -ms-transform: translateY(0);}
}
@keyframes moveUpAnimation {
    0%{opacity: 0; transform: translateY(40%);}
    100%{opacity: 1; transform: translateY(0);}
}

@-webkit-keyframes moveDownAnimation {
    0%{opacity: 1; -webkit-transform: translateY(0);}
    100%{opacity: 0; -webkit-transform: translateY(40%);}
}
@-webkit-keyframes imgMoveDownAnimation {
    0%{opacity: 0; transform: translate(-50%,-100%);}
    50%{opacity: 1; }
    100%{opacity: 1; transform: translate(-50%,-50%);}
}
@-moz-keyframes imgMoveDownAnimation {
    0%{opacity: 0; transform: translate(-50%,-100%);}
    50%{opacity: 1; }
    100%{opacity: 1; transform: translate(-50%,-50%);}
}
@-ms-keyframes imgMoveDownAnimation {
    0%{opacity: 0; transform: translate(-50%,-100%);}
    50%{opacity: 1; }
    100%{opacity: 1; transform: translate(-50%,-50%);}
}
@keyframes imgMoveDownAnimation {
    0%{opacity: 0; transform: translate(-50%,-100%);}
    50%{opacity: 1; }
    100%{opacity: 1; transform: translate(-50%,-50%);}
}

@-webkit-keyframes btnAppCancel {
    0%{
        width: 100%;
    }
    100%{
        width: 0;
    }
}
/*** 登录框 ***/
/* 登录遮罩层 */
.login-warp .login-mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
}
.login-warp iframe{
    border: 0;
}
.login-warp #login_div{
    position:fixed;
    width:622px;
    height:368px;
    top:50%;
    left:50%;
    padding:0;
    margin:0;
    margin-top:-164px;
    margin-left:-245px;
    z-index:1001;
    _position:absolute;
    _margin:0
}

#section1, .sections,#section3{
    /*padding-top: 70px;*/
    /*height: 635px;*/
}

/* Section 1
 * --------------------------------------- */
#section0{
    position: relative;
    /*background: url("../../../../src/component/main/img/bg-circuit-diagram-6.gif") top no-repeat;
    background-size: auto 100% ;*/
}
#section0 .content{
    /*position: relative;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    text-align: center;
    position: relative;
    background-color: #fff;
     height: 100%;
}
#section0 h1{
    color: #eeeff0;
    font-size: 2em;
    margin-bottom: 10px;
    font-weight: bold;
}
#section0 p{
    color: #333;
    opacity: 0.4;
}

.slide{
    position: relative;
    overflow: hidden;
}

#slide1{
    background: url(../img/slide1.png);
    background-size: auto 100%;
}
#slide1 img{
    position: absolute;
    height: 80%;
    right: 40px;
    top: 80px;
}
#slide2 img{
    height: 635px;
    float: right;
    margin-right: -380px;
    margin-top: -152px;
}
#slide2{
    background: url(../img/slide2.jpg) right bottom no-repeat;
    background-size: auto 100%;
    background-repeat: repeat-x;
}
#slide3{
    background: url(../img/slide3.png) right bottom no-repeat;
    background-size: 100%;
}
#slide3 .fonts{
  color:white;
}

.slide .fonts{
    /* margin-left: 235px; */
    padding-top: 160px;
    text-align: left;
    color: #fff;
    font-size: 1.3rem;
    width: 1000px;
    margin: 0 auto;
    height: 340px;
    position: relative;
}

.slide .fonts h3{
    font-weight: 100;
    font-size: 2.8rem;
    margin-bottom: 20px;
}

.slide button{

}

#section0 .banner-bg-warp{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block;
    border: 0px solid red;
}

#section0 .banner-bg{
    height: 100%;
    max-width: 100%;
}
#section0 .banner-bottom span{
    font-size: 1em;
    /*font-family: '微软雅黑';*/
}
/* banner */
.banner-top{
    width: 100%;
    height: 50%;
    /*background: url("../img/dianluban.png") center no-repeat;*/
    background-size: auto 100%;
    text-align: center;
    display: inline-block;
    position: relative;
    border: 0px solid red;
}
.banner-top img{
    position: absolute;
    opacity: 0;
    /* 垂直居中 */
    top: 65%;
    left: 50%;
    height: 40%;
    /*transform: translate(-50%,-50%);*/
    transform: translate(-50%,-100%);
}
.section.active .slide.active .banner-top img{
    animation: imgMoveDownAnimation 0.6s 1.5s ease-in;
    -webkit-animation: imgMoveDownAnimation 0.6s 1.5s ease-in;
    -moz-animation: imgMoveDownAnimation 0.6s 1.5s ease-in;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
}
.banner-bottom {
    height: 120px;
    text-align: center;
    /*position: absolute;*/
    /*top: 65%;*/
    /*left: 50%;*/
    opacity: 0;
    /*transform: translateY(50%);*/
}
.section.active .slide.active .banner-bottom{
    animation: moveUpAnimation 0.6s 1.5s ease-in;
    -webkit-animation: moveUpAnimation 0.6s 1.5s ease-in;
    -moz-animation: moveUpAnimation 0.6s 1.5s ease-in;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
}
.banner-warp {
    color: #7d8083;
    font-size: 1.6em;
    border: 0px solid red;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 3;
}
/* 了解更多 */
.btn-learn-more,.btn-learn-more-qqar{
    height: 60px;
    opacity: 0;
    color: #fff;
    padding: 0 40px;
    font-size: 18px;
    background: #17C0FF;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    bottom: 0px;
}
/* .downloadPDF{
    background-color: #999;
    cursor: not-allowed;
} */
.section.active .slide.active .btn-learn-more,
.section.active .slide.active .btn-learn-more-qqar {
    animation: moveUpAnimation 0.5s 1.9s  ease-in;
    -webkit-animation: moveUpAnimation 0.5s 1.9s ease-in;
    -moz-animation: moveUpAnimation 0.5s 1.9s ease-in;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
}

/* Section 2
 * --------------------------------------- */
#section1{
    padding-top: 90px;
}

#section1 .ui-title{
    text-align: center;
    width: 100%;
}
#section1 h1 {
    font-weight: normal;
    color: #333;
}
#section1 .ui-title span{
    display: inline-block;
    font-size: 1.5em;
    margin: 10px auto 30px auto;
}
#section1 .ui-step{
    width: 100%;
    height: 350px;
}
.ui-step ul{
    width: 100%;
    height: 100%;
}
.ui-step li{
    width: 25%;
    height: 100%;
    float: left;
    border: 0px solid red;
    position: relative;
}
.ui-step .step-content{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ui-step .step-info{
    width: 100%;
    height: 210px;
    overflow: hidden;
    display: inline-block;
    padding-top: 70px;
    border: 0px solid blue;
    position: relative;
}
.ui-step .arrow{
    width: 30px;
    height: 50px;
    top: 40%;
    right: -29px;
    position: absolute;
    display: inline-block;
    border: 0px solid red;
    background: url("../img/main-sprite-logos.png") -300px 0;
}
.ui-step .step-logo{
    display: inline-block;
}
.ui-step .step-title{
    color: #333;
    font-size: 1.2em;
    /*margin: 45px 0 20px 0;*/
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.ui-step .step-desc{
    color: #333;
    opacity: 0;
    line-height: 20px;
    padding: 20px 0 50px 0;
    /* 背景渐变 */
    background-image:-webkit-linear-gradient(to top, #3aabf2, #3ab5f2);
    background-image:linear-gradient(to top, #3aabf2 ,#3ab5f2);
}

/* step logo */
.step-1, .step-2,
.step-3, .step-4{
    text-align: center;
}
/* step 1 */
.step-1 .step-logo{
    width: 149px;
    height: 130px;
    border: 0px solid red;
    background: url("../img/create-step-logos.png") left -130px no-repeat;
}
/* step 2 */
.site .step-2 .step-logo{
    width: 200px;
    height: 130px;
    border: 0px solid red;
    background: url("../img/create-step-logos.png") no-repeat;
}
.mobile .step-2 .step-logo{
    width: 100px;
    height: 140px;
    border: 0px solid red;
    background: url("../img/create-step-logos.png") -677px 0 no-repeat;
}
/* step 3 */
.step-3 .step-logo{
    width: 100px;
    height: 130px;
    border: 0px solid red;
    background: url("../img/create-step-logos.png") -445px 0 no-repeat;
}
/* step 4 */
.step-4 .step-logo{
    width: 200px;
    height: 120px;
    border: 0px solid red;
    background: url("../img/create-step-logos.png") -320px -140px no-repeat;
}

/** mouseover **/
.step.over{
    /*background: url("../img/bg-grad-blue.png") repeat-x;*/
    /* 背景渐变 */
    background-image:-webkit-linear-gradient(to top, #3aabf2, #3ac9f2);
    background-image:linear-gradient(to top, #3aabf2 ,#3ac9f2);
}
.over.step-1 .step-logo{
    background: url("../img/create-step-logos.png") -156px -130px no-repeat;
}
.site .over.step-2 .step-logo{
    background: url("../img/create-step-logos.png") -210px 0 no-repeat;
}
.mobile .over.step-2 .step-logo{
    background: url("../img/create-step-logos.png") -800px 0 no-repeat;
}
.over.step-3 .step-logo{
    background: url("../img/create-step-logos.png") -545px 0 no-repeat;
}
.over.step-4 .step-logo{
    background: url("../img/create-step-logos.png") -530px -140px no-repeat;
}
.step.over .step-title{
    color: #fff;
}
.step.over .step-desc{
    color: #fff;
    display: block;
    animation: moveUpAnimation 0.3s ease-in;
    -webkit-animation: moveUpAnimation 0.3s ease-in;
    -moz-animation: moveUpAnimation 0.3s ease-in;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
}
.step.out .step-desc{
    color: #fff;
    display: block;
    animation: moveDownAnimation 0.2s ease-in;
    -webkit-animation: moveDownAnimation 0.2s ease-in;
    -moz-animation: moveDownAnimation 0.2s ease-in;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
}
.step.over .arrow{
    background: url("../img/main-sprite-logos.png") -255px -1px;
}
.step.over .step-info{
    animation: moveUpStepInfo 0.3s ease-out;
    -webkit-animation: moveUpStepInfo 0.3s ease-out;
    -moz-animation: moveUpStepInfo 0.3s ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
}

/** mouseout **/
.step.out .step-info{
    animation: moveDownStepInfo 0.3s ease-out;
    -webkit-animation: moveDownStepInfo 0.3s ease-out;
    -moz-animation: moveDownStepInfo 0.3s ease-out;
    -ms-animation: moveDownStepInfo 0.3s ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;

}
@-webkit-keyframes moveUpStepInfo {
    0%{height: 210px; padding-top: 70px;}
    100%{padding-top: 40px; height: 200px;}
}
@-moz-keyframes moveUpStepInfo {
    0%{height: 210px; padding-top: 70px;}
    100%{padding-top: 40px; height: 200px;}
}
@-ms-keyframes moveUpStepInfo {
    0%{height: 210px; padding-top: 70px;}
    100%{padding-top: 40px; height: 200px;}
}
@keyframes moveUpStepInfo {
    0%{height: 210px; padding-top: 70px;}
    100%{padding-top: 40px; height: 200px;}
}

@-webkit-keyframes moveDownStepInfo {
    0%{padding-top: 40px; height: 200px;}
    100%{padding-top: 70px; height: 210px;}
}
@-moz-keyframes moveDownStepInfo {
    0%{padding-top: 40px; height: 200px;}
    100%{padding-top: 70px; height: 210px;}
}
@-ms-keyframes moveDownStepInfo {
    0%{padding-top: 40px; height: 200px;}
    100%{padding-top: 70px; height: 210px;}
}
@keyframes moveDownStepInfo {
    0%{padding-top: 40px; height: 200px;}
    100%{padding-top: 70px; height: 210px;}
}

#section1 .ui-bottom{
    text-align: center;
    padding: 20px;
}
.ui-bottom .btn-create{
    width: 270px;
    height: 100px;
    cursor: pointer;
    background: url("../img/btn-create-grad.png") left no-repeat;
}
.ui-bottom .btn-create:hover{
    background: url("../img/btn-create-grad.png") -282px 1px no-repeat;
}

/* Section 3
 * --------------------------------------- */
.sections{
    width: 100%;
    min-width: 1280px;
    height: 100%;
    /*border: 1px solid red;*/
}
.sections .content{
    height: 100%;
    border: 0px solid red;
}

#section2 .site .content{
    background: url('../img/pc_bg1.png') left repeat-x;
}
#section3 .site .content{
    background: url('../img/pc_bg2.png') left repeat-x;
}
#section2 .mobile .content{
    background: url('../img/mo_bg1.png') left repeat-x;
}
#section3 .mobile .content{
    background: url('../img/mo_bg2.png') left repeat-x;
}
#section4 .mobile .content{
    background: url('../img/mo_bg3.png') left no-repeat;
}
#section5 .mobile .content{
    background: url('../img/mo_bg4.png') left no-repeat;
}
#section6 .mobile .content{
    background: url('../img/mo_bg5.png') left no-repeat;
}


.sections h1{
    color: #F2F2F2;
}
.sections p{
    opacity: 0.6;
}
.sections .ui-right{
    width: 50%;
    height: 100%;
    float: right;
}
.sections .ui-left{
    height: 100%;
    width: 1000px;
    margin: 0 auto;
}

.sections .ui-left:after,
.sections .tips-warp,
.sections .ui-right:after,
.sections .pc-mod{
    display: inline-block;
    vertical-align: middle;
}
.sections .ui-left:after,
.sections .ui-right:after{
    content: '';
    height: 100%;
    margin-left: -0.25em;
}
.sections .tips-warp{
    width: auto;
    height: auto;
    display: inline-block;
    border: 0px solid greenyellow;
}
.sections .tips-warp .tips-title{
    opacity: 0;
    width: 132px;
    height: 33px;
    margin-bottom: 30px;
    font-weight: normal;
    border: 0px solid greenyellow;

}
#section2 .tips-warp .tips-title{
    background: url("../img/qq-login-title.png") center no-repeat;
}
#section3 .tips-warp .tips-title{
    background: url("../img/qq-share-title.png") center no-repeat;
}
#section4 .tips-warp .tips-title{
    background: url("../img/QQsj.png") center no-repeat;
    background-size: auto 100%;
    width: 120px;
}
#section5 .tips-warp .tips-title{
    background: url("../img/QQxqbl.png") center no-repeat;
    background-size: auto 100%;
    width: 124px;
}
#section6 .tips-warp .tips-title{
    background: url("../img/QQpay.png") center no-repeat;
    background-size: auto 100%;
    width: 120px;
}



.sections .tips-warp .tips-desc{
    opacity: 0;
    width: 420px;
    height: 73px;
    font-size: 1.4em;
    line-height: 32px;
    font-weight: normal;
    text-align: left;
    color: #fff;
    border: 0px solid greenyellow;
    /*background: url("../img/qq-login-desc.png") center no-repeat;*/
}

#section5 .tips-warp .tips-desc{
    color: #52340A ;
}


.sections .ui-right{
    float: right;
    text-align: right;
}
.sections  .pc-mod{
    opacity: 0;
    width: 630px;
    height: 490px;
    filter: alpha(opacity=100);
    border: 0px solid red;
    display: inline-block;
}
#section2 .site .pc-mod{
    background: url("../img/pc_img1.png") left no-repeat;
    background-size: 100%;
}
#section3 .site .pc-mod{
    background: url("../img/pc_img2.png") left no-repeat;
    background-size: 100%;
}

#section2 .mobile .pc-mod{
    background: url("../img/mo_img1.png") left no-repeat;
    background-size: 100%;
}
#section3 .mobile .pc-mod{
    background: url("../img/mo_img2.png") left no-repeat;
    background-size: auto 100%;
}
#section4 .mobile .pc-mod{
    background: url("../img/mo_img3.png") left no-repeat;
    background-size: auto 100%;
    width: 665px;
}
#section5 .mobile .pc-mod{
    background: url("../img/mo_img4.png") left no-repeat;
    background-size: auto 100%;
    width: 705px;
    margin-right: -120px;
}
#section6 .mobile .pc-mod{
    background: url("../img/mo_img5.png") left no-repeat;
    background-size: auto 100%;
    margin-top: 42px;
    height: 622px;
}

.sections .login-frame{
    opacity: 0;
    width: 480px;
    height: 330px;
    filter: alpha(opacity=100);
    border: 0px solid red;
    display: inline-block;
    text-align: center;
}
.sections .site .login-frame{
    margin: 80px 0;
    background: url("../img/login-frame.png") no-repeat;
}
.sections .mobile .login-frame{
    margin: 180px 0;
}
.login-frame .ball-1,
.login-frame .ball-2,
.login-frame .ball-3,
.login-frame .ball-4{
    opacity: 0;
    filter: alpha(opacity=0);
    border: 0px solid red;
    display: inline-block;
}
.sections .login-frame .ball-1{
    width: 41px;
    height: 50px;
    background: url("../img/main-sprite-logos.png") no-repeat;
}
.sections .login-frame .ball-2{
    width: 41px;
    height: 31px;
    background: url("../img/main-sprite-logos.png") -55px -18px no-repeat;
}
.sections .login-frame .ball-3{
    width: 29px;
    height: 29px;
    background: url("../img/main-sprite-logos.png") -112px -20px no-repeat;
}
.sections .login-frame .ball-4{
    width: 23px;
    height: 21px;
    background: url("../img/main-sprite-logos.png") -156px -28px no-repeat;
}

.sections.active .pc-mod{
    -webkit-animation: pcMoveLeftAm 0.4s 0.8s cubic-bezier(.68,0,.6,.92);
    -moz-animation: pcMoveLeftAm 0.4s 0.8s cubic-bezier(.68,0,.6,.92);
    -o-animation: pcMoveLeftAm 0.4s 0.8s cubic-bezier(.68,0,.6,.92);
    animation: pcMoveLeftAm 0.4s 0.8s cubic-bezier(.68,0,.6,.92);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
#section4.active .pc-mod, #section5.active .pc-mod{
    -webkit-animation: pcMoveLeftAm1 0.4s 0.8s cubic-bezier(.68,0,.6,.92);
    -moz-animation: pcMoveLeftAm1 0.4s 0.8s cubic-bezier(.68,0,.6,.92);
    -o-animation: pcMoveLeftAm1 0.4s 0.8s cubic-bezier(.68,0,.6,.92);
    animation: pcMoveLeftAm1 0.4s 0.8s cubic-bezier(.68,0,.6,.92);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
#section3.active .mobile .pc-mod{
    margin-top: 174px;
    margin-left: 151px;
    -webkit-animation: pcMoveLeftAm2 0.4s 0.8s cubic-bezier(.68,0,.6,.92);
    -moz-animation: pcMoveLeftAm2 0.4s 0.8s cubic-bezier(.68,0,.6,.92);
    -o-animation: pcMoveLeftAm2 0.4s 0.8s cubic-bezier(.68,0,.6,.92);
    animation: pcMoveLeftAm2 0.4s 0.8s cubic-bezier(.68,0,.6,.92);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.sections.active .login-frame{
    -webkit-animation: lfMoveLeftAm 0.6s 1.6s ease-in-out;
    -moz-animation: lfMoveLeftAm 0.6s 1.6s ease-out;
    -o-animation: lfMoveLeftAm 0.6s 1.6s ease-out;
    animation: lfMoveLeftAm 0.6s 1.6s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.sections.active .tips-title{
    -webkit-animation: moveToRightAm 0.6s 1.6s ease-out;
    -moz-animation: moveToRightAm 0.6s 1.6s ease-out;
    -o-animation: moveToRightAm 0.6s 1.6s ease-out;
    animation: moveToRightAm 0.6s 1.6s ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.sections.active .tips-desc{
    -webkit-animation: moveToRightAm 0.6s 1.8s ease-out;
    -moz-animation: moveToRightAm 0.6s 1.8s ease-out;
    -o-animation: moveToRightAm 0.6s 1.8s ease-out;
    animation: moveToRightAm 0.6s 1.8s ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.sections.active .login-frame .ball-1{
    -webkit-animation: ballOneAm 4s 2.2s ease-out;
    -moz-animation: ballOneAm 4s 2.2s ease-out;
    -o-animation: ballOneAm 4s 2.2s ease-out;
    animation: ballOneAm 4s 2.2s ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.sections.active .login-frame .ball-2{
    -webkit-animation: ballTwoAm 4s 2.2s ease-out;
    -moz-animation: ballTwoAm 4s 2.2s ease-out;
    -o-animation: ballTwoAm 4s 2.2s ease-out;
    animation: ballTwoAm 4s 2.2s ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.sections.active .login-frame .ball-3{
    -webkit-animation: ballThreeAm 4s 2.2s ease-out;
    -moz-animation: ballThreeAm 4s 2.2s ease-out;
    -o-animation: ballThreeAm 4s 2.2s ease-out;
    animation: ballThreeAm 4s 2.2s ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.sections.active .login-frame .ball-4{
    -webkit-animation: ballFourAm 4s 2.2s ease-out;
    -moz-animation: ballFourAm 4s 2.2s ease-out;
    -o-animation: ballFourAm 4s 2.2s ease-out;
    animation: ballFourAm 4s 2.2s ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}



@-webkit-keyframes ballOneAm {
    0%{
        -webkit-transform: translate(90px,20px);
    }
    7%{
        opacity: 1;
        -webkit-transform: translate(80px,-20px);
    }
    20%{
        -webkit-transform: translate(82px,-18px);
    }
    100%{
        opacity: 1;
        -webkit-transform: translate(70px,-22px);
    }
}

@-webkit-keyframes ballTwoAm {
    0%{
        -webkit-transform: translate(-120px,30px);
    }
    6%{
        opacity: 1;
        -webkit-transform: translate(-255px,-55px);
    }
    20%{
        -webkit-transform: translate(-253px,-53px);
    }
    100%{
        opacity: 1;
        -webkit-transform: translate(-270px,-70px);
    }
}

@-webkit-keyframes ballThreeAm {
    0%{
        -webkit-transform: translate(150px, 80px);
    }
    6%{
        opacity: 1;
        -webkit-transform: translate(200px, 50px);
    }
    45%{
        -webkit-transform: translate(230px, 32px);
    }
    50%{
        -webkit-transform: translate(232px, 33px);
    }
    62%{
        -webkit-transform: translate(235px, 29px);
    }
    100%{
        opacity: 1;
        -webkit-transform: translate(245px,23px);
    }
}

@-webkit-keyframes ballFourAm {
    0%{
        -webkit-transform: translate(-150px, 80px);
    }
    6%{
        opacity: 1;
        -webkit-transform: translate(-320px, 180px);
    }
    20%{
        -webkit-transform: translate(-310px, 175px);
    }
    100%{
        opacity: 1;
        -webkit-transform: translate(-330px, 200px);
    }
}

@-webkit-keyframes moveToRightAm {
    0%{opacity: 0;-webkit-transform: translate(-50%);}
    50%{opacity: 0;}
    90%{opacity: .5;}
    100%{opacity: 0.9;-webkit-transform: translate(0);}
}
@-moz-keyframes moveToRightAm {
    0%{opacity: 0;-moz-transform: translate(-50%);}
    50%{opacity: 0;}
    90%{opacity: .5;}
    100%{opacity: 0.9;-moz-transform: translate(0);}
}
@-o-keyframes moveToRightAm {
    0%{opacity: 0;-o-transform: translate(-50%);}
    50%{opacity: 0;}
    90%{opacity: .5;}
    100%{opacity: 0.9;-o-transform: translate(0);}
}
@keyframes moveToRightAm {
    0%{opacity: 0;transform: translate(-50%);}
    50%{opacity: 0;}
    90%{opacity: .5;}
    100%{opacity: 0.9;transform: translate(0);}
}

@-webkit-keyframes pcMoveLeftAm {
    0%{opacity: .4;-webkit-transform: translate(60%,30px);}
    100%{opacity: 1;-webkit-transform: translate(-124px,0);}
}
@-o-keyframes pcMoveLeftAm {
    0%{opacity: .4;-o-transform: translate(60%,30px);}
    100%{opacity: 1;-o-transform: translate(-124px,0);}
}
@-moz-keyframes pcMoveLeftAm {
    0%{opacity: .4;-moz-transform: translate(60%,30px);}
    100%{opacity: 1;-moz-transform: translate(-124px,0);}
}
@keyframes pcMoveLeftAm {
    0%{opacity: .4;filter: alpha(opacity=40);transform: translate(60%,30px);}
    100%{opacity: 1;filter: alpha(opacity=100);transform: translate(-124px,0);}
}



@-webkit-keyframes pcMoveLeftAm1 {
    0%{opacity: .4;-webkit-transform: translate(60%,30px);}
    100%{opacity: 1;-webkit-transform: translate(-235px,0);}
}
@-o-keyframes pcMoveLeftAm1 {
    0%{opacity: .4;-o-transform: translate(60%,30px);}
    100%{opacity: 1;-o-transform: translate(-235px,0);}
}
@-moz-keyframes pcMoveLeftAm1 {
    0%{opacity: .4;-moz-transform: translate(60%,30px);}
    100%{opacity: 1;-moz-transform: translate(-235px,0);}
}
@keyframes pcMoveLeftAm1 {
    0%{opacity: .4;filter: alpha(opacity=40);transform: translate(60%,30px);}
    100%{opacity: 1;filter: alpha(opacity=100);transform: translate(-235px,0);}
}

@-webkit-keyframes pcMoveLeftAm2 {
    0%{opacity: .4;-webkit-transform: translate(60%,0);}
    100%{opacity: 1;-webkit-transform: translate(0,0);}
}
@-o-keyframes pcMoveLeftAm2 {
    0%{opacity: .4;-o-transform: translate(60%,0);}
    100%{opacity: 1;-o-transform: translate(0,0);}
}
@-moz-keyframes pcMoveLeftAm2 {
    0%{opacity: .4;-moz-transform: translate(60%,0);}
    100%{opacity: 1;-moz-transform: translate(0,0);}
}
@keyframes pcMoveLeftAm2 {
    0%{opacity: .4;filter: alpha(opacity=40);transform: translate(60%,0);}
    100%{opacity: 1;filter: alpha(opacity=100);transform: translate(0,0);}
}




@-webkit-keyframes lfMoveLeftAm {
    0%{opacity: 0.5;-webkit-transform: translate(0);}
    100%{opacity: 1;-webkit-transform: translate(-30%);}
}
@-o-keyframes lfMoveLeftAm {
    0%{opacity: 0.5;-o-transform: translate(0);}
    100%{opacity: 1;-o-transform: translate(-30%);}
}

@-moz-keyframes lfMoveLeftAm {
    0%{opacity: 0.5;-moz-transform: translate(0);}
    100%{opacity: 1;-moz-transform: translate(-30%);}
}

@keyframes lfMoveLeftAm {
    0%{opacity: 0.5;transform: translate(0);}
    100%{opacity: 1;transform: translate(-30%);}
}

/* Section 4
 * --------------------------------------- */
/*#section3{
    width: 100%;
    min-width: 1280px;
    height: 100%;
}
#section3 .content{
    height: 100%;
    border: 0px solid red;
    background: url("../img/qq-share-bg-1.png") right top no-repeat,url("../img/qq-share-bg.jpg")right no-repeat;
}
#section3 h1{
    color: #F2F2F2;
}
#section3 p{
    opacity: 0.6;
}
#section3 .ui-left,
#section3 .ui-right{
    height: 100%;
}
#section3 .ui-left{
    width: 55%;
    height: 100%;
    float: left;
    text-align: left;
}

#section3 .ui-left:after,
#section3 .tips-warp,
#section3 .ui-right:after,
#section3 .pc-mod{
    display: inline-block;
    vertical-align: middle;
}
#section3 .ui-left:after,
#section3 .tips-warp{
    width: auto;
    height: auto;
    margin-top: 250px;
    text-align: right;
    display: inline-block;
    border: 0px solid greenyellow;
}*/
/*#section3 .tips-title{
    opacity: 0;
    width: 132px;
    height: 33px;
    display: inline-block;
    margin-bottom: 30px;
    background: url("../img/qq-share-title.png") right no-repeat;
}
#section3 .tips-desc{
    opacity: 0;
    width: 420px;
    height: 73px;
    background: url("../img/qq-share-desc.png") right no-repeat;
}*/
/*
#section3 .tips-warp .tips-title{
    opacity: 0;
    width: 132px;
    height: 33px;
    display: inline-block;
    margin-bottom: 30px;
    background: url("../img/qq-share-title.png") center no-repeat;
}
#section3 .tips-warp .tips-desc{
    opacity: 0;
    width: 420px;
    height: 73px;
    font-size: 1.4em;
    line-height: 32px;
    font-weight: normal;
    text-align: right;
    color: #c2e3f6;

}
#section3 .ui-right{
    width: 45%;
    float: right;

}

@media screen and (min-width: 1350px) {
    #section3 .ui-left,
    #section3 .ui-right{
        width: 50%;
    }
}
#section3 .pc-mod{
    opacity: 0;
    width: 665px;
    text-align: right;
    filter: alpha(opacity=100);
    border: 0px solid red;
    display: inline-block;

}
#section3 .site .pc-mod{
    height: 490px;
    margin-top: 87px;
    background: url("../img/pc-2.png") right no-repeat;
}
#section3 .mobile .pc-mod{
    height: 100%;
    background: url("../img/mobile-2.png") right bottom no-repeat;
}
#section3 .pc-mod:before,
#section3 .login-frame{
    display: inline-block;
    vertical-align: middle;
}
#section3 .login-frame{
    opacity: 0;
    width: 330px;
    height: 222px;
    margin-top: 250px;
    filter: alpha(opacity=100);
    border: 0px solid red;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 10;
}
#section3 .login-frame:before{
    height: 100%;
}
#section3 .site .login-frame{
    margin-top: 150px !important;
    background: url("../img/share-frame.png") center no-repeat;
}
#section3 .logo{
    border: 0px solid yellow;
    position: absolute;
    top: 20%;
    left: 30%;
    z-index: 1;
    opacity: 0;
    display: inline-block;
}
#section3 .point{
    width: 0;
    height: 0;
    position: absolute;
}
.point-1{
    left: 330px;
    top: -50px;
}
.point-2{
    left: 410px;
    top: 35px;
}
.point-3{
    left: 430px;
    top: -110px;
}
.point-4{
    left: 510px;
    top: -60px;
}
.point-5{
    left: 550px;
    top: -125px;
}
.point-6{
    left: 620px;
    top: -75px;
}
.point-7{
    left: 640px;
    top: -160px;
}
.point-8{
    left: 720px;
    top: -120px;
}
#section3 .logo-1{
    width: 70px;
    height: 65px;
    background: url("../img/share-logos.png")no-repeat;
}
#section3 .logo-2{
     width: 70px;
     height: 65px;
     background: url("../img/share-logos.png")-88px 0 no-repeat;
 }
#section3 .logo-3{
    width: 60px;
    height: 60px;
    background: url("../img/share-logos.png")-175px 0 no-repeat;
}
#section3 .logo-4{
    width: 60px;
    height: 60px;
    background: url("../img/share-logos.png")-255px 0 no-repeat;
}
#section3 .logo-5{
     width: 50px;
     height: 50px;
     background: url("../img/share-logos.png")-320px -10px no-repeat;
}
#section3 .logo-6{
    width: 45px;
    height: 45px;
    background: url("../img/share-logos.png")-390px -18px no-repeat;
}
#section3 .logo-7{
    width: 48px;
    height: 45px;
    background: url("../img/share-logos.png")-460px -18px no-repeat;
}
#section3 .logo-8{
    width: 45px;
    height: 45px;
    background: url("../img/share-logos.png")-530px -18px no-repeat;
}

#section3.active .pc-mod{
    -webkit-animation: pcMoveRightAm 0.6s 0.8s cubic-bezier(.68,0,.6,.92);
    -moz-animation: pcMoveRightAm 0.6s 0.8s cubic-bezier(.68,0,.6,.92);
    -o-animation: pcMoveRightAm 0.6s 0.8s cubic-bezier(.68,0,.6,.92);
    animation: pcMoveRightAm 0.6s 0.8s cubic-bezier(.68,0,.6,.92);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#section3.active .login-frame{
    -webkit-animation: lfMoveRightAm 0.8s 1.4s cubic-bezier(.68,0,.6,.92);
    -moz-animation: lfMoveRightAm 0.8s 1.4s cubic-bezier(.68,0,.6,.92);
    -o-animation: lfMoveRightAm 0.8s 1.4s cubic-bezier(.68,0,.6,.92);
    animation: lfMoveRightAm 0.8s 1.4s cubic-bezier(.68,0,.6,.92);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#section3.active .tips-title{
    -webkit-animation: moveToLeftAm 0.6s 1.6s ease-out;
    -moz-animation: moveToLeftAm 0.6s 1.6s ease-out;
    -o-animation: moveToLeftAm 0.6s 1.6s ease-out;
    animation: moveToLeftAm 0.6s 1.6s ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#section3.active .tips-desc{
    -webkit-animation: moveToLeftAm 0.6s 1.8s ease-out;
    -moz-animation: moveToLeftAm 0.6s 1.8s ease-out;
    -o-animation: moveToLeftAm 0.6s 1.8s ease-out;
    animation: moveToLeftAm 0.6s 1.8s ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#section3.active .logo{
    -webkit-animation: opacityZero2OneAm 1s 2s ease;
    -moz-animation: opacityZero2OneAm 1s 2s ease;
    -o-animation: opacityZero2OneAm 1s 2s ease
    animation: opacityZero2OneAm 1s 2s ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
*/

@-webkit-keyframes opacityZero2OneAm {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes opacityZero2OneAm {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

@-webkit-keyframes ballOneAm {
    0%{
        -webkit-transform: translate(90px,20px);
    }
    7%{
        opacity: 1;
        -webkit-transform: translate(80px,-20px);
    }
    20%{
        -webkit-transform: translate(82px,-18px);
    }
    100%{
        opacity: 1;
        -webkit-transform: translate(70px,-22px);
    }
}

@-webkit-keyframes ballTwoAm {
    0%{
        -webkit-transform: translate(-120px,30px);
    }
    6%{
        opacity: 1;
        -webkit-transform: translate(-255px,-55px);
    }
    20%{
        -webkit-transform: translate(-253px,-53px);
    }
    100%{
        opacity: 1;
        -webkit-transform: translate(-270px,-70px);
    }
}

@-webkit-keyframes ballThreeAm {
    0%{
        -webkit-transform: translate(150px, 80px);
    }
    6%{
        opacity: 1;
        -webkit-transform: translate(200px, 50px);
    }
    45%{
        -webkit-transform: translate(230px, 32px);
    }
    50%{
        -webkit-transform: translate(232px, 33px);
    }
    62%{
        -webkit-transform: translate(235px, 29px);
    }
    100%{
        opacity: 1;
        -webkit-transform: translate(245px,23px);
    }
}

@-webkit-keyframes ballFourAm {
    0%{
        -webkit-transform: translate(-150px, 80px);
    }
    6%{
        opacity: 1;
        -webkit-transform: translate(-320px, 180px);
    }
    20%{
        -webkit-transform: translate(-310px, 175px);
    }
    100%{
        opacity: 1;
        -webkit-transform: translate(-330px, 200px);
    }
}

@-webkit-keyframes moveToLeftAm {
    0%{opacity: 0;-webkit-transform: translate(50%);}
    50%{opacity: 0;}
    90%{opacity: 0.5;}
    100%{opacity: 1;-webkit-transform: translate(0);}
}
@-moz-keyframes moveToLeftAm {
    0%{opacity: 0;-webkit-transform: translate(50%);}
    50%{opacity: 0;}
    90%{opacity: 0.5;}
    100%{opacity: 1;-webkit-transform: translate(0);}
}

@-o-keyframes moveToLeftAm {
    0%{opacity: 0;-webkit-transform: translate(50%);}
    50%{opacity: 0;}
    90%{opacity: 0.5;}
    100%{opacity: 1;-webkit-transform: translate(0);}
}

@keyframes moveToLeftAm {
    0%{opacity: 0;-webkit-transform: translate(50%);}
    50%{opacity: 0;}
    90%{opacity: 0.5;}
    100%{opacity: 1;-webkit-transform: translate(0);}
}


@-webkit-keyframes pcMoveRightByRadianAm {
    0%{opacity: .4;-webkit-transform: translate(-60%,30px);}
    100%{opacity: 1;-webkit-transform: translate(0,0);}
}
@-o-keyframes pcMoveRightByRadianAm {
    0%{opacity: .4;-o-transform: translate(-60%,30px);}
    100%{opacity: 1;-o-transform: translate(0,0);}
}
@-moz-keyframes pcMoveRightByRadianAm {
    0%{opacity: .4;-moz-transform: translate(-60%,30px);}
    100%{opacity: 1;-moz-transform: translate(0,0);}
}
@keyframes pcMoveRightByRadianAm {
    0%{opacity: .4;filter: alpha(opacity=40);transform: translate(-60%,30px);}
    100%{opacity: 1;filter: alpha(opacity=100);transform: translate(0,0);}
}

@-webkit-keyframes pcMoveRightAm {
    0%{opacity: .4;-webkit-transform: translate(-60%,0);}
    100%{opacity: 1;-webkit-transform: translate(0,0);}
}
@-o-keyframes pcMoveRightAm {
    0%{opacity: .4;-o-transform: translate(-60%,0);}
    100%{opacity: 1;-o-transform: translate(0,0);}
}
@-moz-keyframes pcMoveRightAm {
    0%{opacity: .4;-moz-transform: translate(-60%,0);}
    100%{opacity: 1;-moz-transform: translate(0,0);}
}
@keyframes pcMoveRightAm {
    0%{opacity: .4;filter: alpha(opacity=40);transform: translate(-60%,0);}
    100%{opacity: 1;filter: alpha(opacity=100);transform: translate(0,0);}
}

@-webkit-keyframes lfMoveRightAm {
    0%{opacity: 0;-webkit-transform: translate(0);}

    100%{opacity: 1;-webkit-transform: translate(30%);}
}
@-o-keyframes lfMoveRightAm {
    0%{opacity: 0.5;-o-transform: translate(0);}
    100%{opacity: 1;-o-transform: translate(30%);}
}
@-moz-keyframes lfMoveRightAm {
    0%{opacity: 0.5;-moz-transform: translate(0);}
    100%{opacity: 1;-moz-transform: translate(30%);}
}
@keyframes lfMoveRightAm {
    0%{opacity: 0.5;transform: translate(0);}
    100%{opacity: 1;transform: translate(30%);}
}


/* 登录完成 */
.logined {
    border: 0px solid red;
    height: 100%;
}
.logined span{
    margin: 0 3px;
}
.logined .nick-warp{
    display: inline-block;
    margin-right: 20px;
}

/* 三角形 */
.triangle-down{
    width: 12px;
    height: 12px;
    background: url("../img/triangle.png") center no-repeat;
    border: 0px solid red;
    display: inline-block;
}
/* 头像 */
.nick-warp .icon{
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    background: #ccc;
    vertical-align: middle;
}
.app-logo {
    width: 65px;
    height: 65px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.nick-warp .icon .app-logo{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
/* 昵称 */
.nick-warp .nick{
    position: relative;
}
.logined .nick-warp ul{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 80px;
    background: #eee;
    margin: 0;
    padding: 0;
}
.logined .nick-warp:hover ul{
    display: block;
}
.logined .nick-warp ul li{
    background: #eee;
    height: 40px;
    margin: 0;
    padding: 0;
    line-height: 40px;
    color: #333;
    cursor:pointer
}
.blur {
    -webkit-filter: blur(10px); /* Chrome, Opera */
       -moz-filter: blur(10px);
        -ms-filter: blur(10px);
            filter: blur(10px);

    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false); /* IE6~IE9 */
}

/* footer */
.footer{
    /*position: fixed;
    bottom: 0;
    left: 0;*/
    width: 100%;
    min-width: 1300px;
    height: 250px;
    background: #333333;
    text-align: center;
    z-index: 10;
}
.footer div{
    display: inline-block;
}
.footer-content{
    width: 1280px;
}
.footer .footer-info{
    width: 100%;
    border: 0px solid red;
}
.footer .ui-left,
.footer .ui-right{
    width: 50%;
}
.footer .ui-left{
    float: left;
    text-align: left;
}
.footer .line{
    width: 100%;
    height: 1px;
    border-top: 1px solid #747577;
    margin: 67px 0 0 0;
}
.footer .ui-right{
    float: right;
    text-align: right;
}
.footer,
.footer a{
    color: #747577;
}
.ui-right span{
    margin: 0 8px;
}
.ui-right span:last-child{
    margin: 0 0 0 8px;
}
.emergency-notice{
    display: none;
    position: absolute;
    width: 100%;
    height: 30px;
    top: 71px;
    text-align: center;
    background: #FFF7BC;
    color: #0273C0;
    z-index:4;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    cursor: pointer;
}
/* Browser support */
/*.browser-tips{
    border: 1px solid #ccc;
    width: 500px;
    height: 220px;
    background:#fff;
    position: fixed;
    top:50%;
    left:0;
    right:0;
    margin:-100px auto auto auto;
    color: #333;
    padding: 30px;
    z-index: 10;
}
.browser-tips .curr-browser-info{
}
.browser-tips h3{
    margin: 20px auto;
}
.browser-tips .curr-browser-logo{
    max-height: 100px;
    vertical-align: top;
}
.browser-tips ul{
    margin: 0;
    width: auto;
    height: auto;
    display: inline-block;
    border: 0px solid red;
}
.browser-tips ul li{
    width: 122px;
    height: 120px;
    float: left;
    text-align: center;
}
.browser-tips .browser-logo{
    width: 100px;
    height: 100px;
    border: 0px solid red;
    display: inline-block;
}
.browser-name{
    width: 100%;
}
.browser-logo.chrome{
    background: url("../img/browser/chrome.jpg") center no-repeat;
}*/


div.sections.hide{
    display: none;
}

.tips__yellow {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    background-color: #f8bd0b;
    color: #000;
    height: 30px;
    margin-top: -3px;
}